fix: upgrade grpc-go to v1.82.1 for GHSA-hrxh-6v49-42gf#3303
Merged
matiasinsaurralde merged 2 commits intoJul 23, 2026
Conversation
Signed-off-by: Matías Insaurralde <matias@chainloop.dev>
matiasinsaurralde
approved these changes
Jul 23, 2026
matiasinsaurralde
deleted the
chainloop/fix-ghsa-hrxh-6v49-42gf-20260723-002913
branch
July 23, 2026 01:17
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Upgraded
google.golang.org/grpctov1.82.1in the root module and the nestedextras/daggermodule so the repo no longer includes vulnerable grpc-go releases affected by GHSA-hrxh-6v49-42gf. Theextras/daggermodule also picked up the matchinggoogle.golang.org/genproto/googleapis/{api,rpc}indirect versions required by the patched grpc-go release.Vulnerability Fixed
GHSA-hrxh-6v49-42gf, severity HIGH: grpc-go before
v1.82.1is affected by xDS RBAC and HTTP/2 vulnerabilities, including a server-side HTTP/2 rapid-reset denial-of-service condition.Changes Made
google.golang.org/grpcfromv1.82.0tov1.82.1ingo.modand refreshedgo.sum.extras/daggermodule dependencygoogle.golang.org/grpcfromv1.80.0tov1.82.1and refreshedextras/dagger/go.sum.google.golang.org/genproto/googleapis/apiandgoogle.golang.org/genproto/googleapis/rpcupdates inextras/dagger/go.modrequired by the patched grpc-go version.Verification
Ran
syft dir:. -o cyclonedx-json=<tmpfile> && grype sbom:<tmpfile> --only-fixed -o jsonagainst the patched repository. Outcome:resolved— grype no longer reportsGHSA-hrxh-6v49-42gfanywhere in the generated SBOM.Risk Assessment
View the risk assessment in Chainloop